Skip to content

Add Redis Cache resource to Bicep template #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Add Redis Cache resource to Bicep template #15

merged 1 commit into from
Oct 30, 2024

Conversation

fwickert
Copy link
Owner

This pull request includes updates to the src/InfrastructureAsCode/main.bicep file to enhance the configuration of the Redis Cache resource. The most important changes involve updating the Redis Cache resource definition and adding new properties to improve its configuration.

Redis Cache configuration updates:

  • Added new variables redisCacheName and redisCacheSku for naming and SKU configuration of the Redis Cache. (src/InfrastructureAsCode/main.bicep)
  • Updated the Redis Cache resource definition to use the latest API version 2023-08-01 and added new properties such as minimumTlsVersion and redisConfiguration. (src/InfrastructureAsCode/main.bicep)
  • Removed the old Redis Cache resource definition that used an older API version 2020-06-01 and had fewer configuration options. (src/InfrastructureAsCode/main.bicep)

@fwickert fwickert merged commit 7a2b71d into main Oct 30, 2024
2 checks passed
@fwickert fwickert deleted the Redis-cache branch October 30, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant